home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !tex / mfinputs / title / mf
Encoding:
Text File  |  1988-02-26  |  1.0 KB  |  30 lines

  1. % This is TITLE.MF in text format, as of Mar 31, 1986.
  2. % This makes a short font (caps and digits only)
  3.  
  4. font_coding_scheme:="ASCII caps and digits";
  5.  
  6. mode_setup; font_setup;
  7.  
  8. input romanu;  % upper case (majuscules)
  9. input romand;  % numerals
  10.  
  11. font_slant slant; font_x_height x_height#;
  12. if monospace: font_normal_space 9u#; % no stretching or shrinking
  13.  font_quad 18u#;
  14.  font_extra_space 9u#;
  15. else: font_normal_space 6u#+2letter_fit#;
  16.  font_normal_stretch 3u#; font_normal_shrink 2u#;
  17.  font_quad 18u#+4letter_fit#;
  18.  font_extra_space 2u#;
  19.  k#:=-.5u#; kk#:=-1.5u#; kkk#:=-2u#; % three degrees of kerning
  20.  ligtable "P": "T": "Y": "A" kern kk#;
  21.  ligtable "F": "V": "W": "A" kern if serifs: kkk# else: kk#\\fi,
  22.   "K": "X": "O" kern k#, "C" kern k#, "G" kern k#, "Q" kern k#;
  23.  ligtable "O": "D": "X" kern k#, "W" kern k#, "A" kern k#,
  24.    "V" kern k#, "Y" kern k#;
  25.  ligtable "A": if serifs: "R": fi
  26.   "C" kern k#, "O" kern k#, "G" kern k#, "U" kern k#, "Q" kern k#,
  27.   "L": "T" kern kk#, "Y" kern kkk#, "V" kern kk#, "W" kern kkk#;
  28.  ligtable "I": "I" kern -k#; fi % Richard III
  29. bye.
  30.